projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134c6d5
)
(mail-yank-original): Use with-no-warnings.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:57:30 +0000
(
02:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:57:30 +0000
(
02:57
+0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 08568df93c2a10f42da4581cf3860d88853d149f..f2dec7575209321e5acdef126aa564c586d90d0f 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-1432,7
+1432,9
@@
and don't delete any header fields."
;; delete that window to save screen space.
;; t means don't alter other frames.
(delete-windows-on original t)
- (insert-buffer original)
+ (with-no-warnings
+ ;; We really want this to set mark.
+ (insert-buffer original))
(set-text-properties (point) (mark t) nil))
(if (consp arg)
nil